home *** CD-ROM | disk | FTP | other *** search
- /* CSS Document */
- body
- {
- margin: 0 0 0 0;
- padding: 0 0 0 0;
- font-family: verdana, arial, helvetica, sans-serif;
- background-color: transparent;
- }
-
- *
- {
- margin: 0;
- padding: 0;
- border: none;
- scrollbar-face-color: #00388C;
- scrollbar-arrow-color: #fff;
- scrollbar-track-color: #e0e0e0;
- }
-
- a.pageMenuButton {
- color: white;
- font-weight: bold;
- font-size: 12px;
- display: block;
- height: 22px;
- background-image: url('../images/toolbuttons/button_normal.png');
- background-repeat: repeat-x;
- text-decoration: none;
- padding: 3px 20px 0 20px;
- text-align: center;
- }
-
- a.pageMenuButton:hover {
- color: white;
- font-weight: bold;
- background-image: url('../images/toolbuttons/button_hover.png');
- text-decoration: none;
- }
-
- span.pageMenuButton {
- color: white;
- font-weight: bold;
- font-size: 12px;
- display: block;
- height: 22px;
- background-image: url('../images/toolbuttons/button_normal.png');
- background-repeat: repeat-x;
- text-decoration: none;
- padding: 3px 20px 0 20px;
- text-align: center;
- }
-